.content_list_title {
    width: 90%;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}

.PcBanenr {
    position: relative;
}

.PcBanenr .swiper-container {
    height: 100%;
}

.wrapper {

    background: #F0F5F8;
}

.developmentBox {
    width: 90%;
    max-width: 1440px;
    margin: 60px auto 60px;
}

.indexBanner .indexBox .swiper-pagination {
    bottom: 0 !important;
}

.developmentTop {
    display: flex;
    align-items: center;
    opacity: 0;
    margin-bottom: 40px;
    justify-content: space-between;
}

.Crop_SolutionsTop {
    opacity: 0;
    margin-bottom: 46px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.Crop_SolutionsBox {
    width: 90%;
    max-width: 1440px;
    margin: 61px auto 62px;
}

.PcBanenr .more {
    margin-top: 50px !important;
}

.more a,.more{
    width: 143px;
    height: 42px;
    border-radius: 21px;
    display: flex;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    transition: .5s;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border: 1px solid #C6C7C8;
}


.more:hover a,
.more:hover{
    color: #F39800;
}

.more img {
    width: 12px;
    height: 8px;
    margin-right: 9px;
}

.indexTitle1 {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #F39800;
}

.topLeft img {
    width: 24px;
    height: 6px;
    margin-bottom: 15px;
    margin-top: 4px;
}

.indexTitle2 {
    font-size: 44px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
}

.indexTitle3 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
}

.topLeft {
    flex: 1;
    margin-right: 20px;
}

.developmentItem {
    padding-top: 100px;
    padding-bottom: 95px;
    opacity: 0;
    background: url(../images/developmentBj.png) center center / cover;
}

.developmentItem>div {
    width: 86%;
    margin: auto;
    height: 400px;
    max-width: 1238px;
}


.itemLeft div {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    background: rgba(0, 0, 0, .45);
    justify-content: space-between;
    padding-top: 28px;
    padding-bottom: 24px;
}

.item1 {
    display: flex;
}

.itemLeft img {
    width: 70px;
    height: 70px;
    margin-right: 29px;
    margin-top: 12px;
}

.itemLeft p {
    position: relative;
    margin-left: 20px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.itemLeft p::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 4px;
    background: #FFFFFF;
    left: 0;
    bottom: -34px;
}

.itemLeft {
    width: 46.6%;
}

.hover {
    display: none;
}

.itemLeft div.active .hover {
    display: block;
}

.itemLeft div.active .noHover {
    display: none;
}

.itemLeft div.active {
    background: #F39800;
    position: relative;
}


.itemLeft div.active::after {
    content: "";
    position: absolute;
    right: -18px;
    width: 19px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/developmentSelectIcon.png) center center / 100% 100%;
}

.itemRight {
    flex: 1;
    background: #fff;
}

.rightItem {
    display: none;
    height: 100%;
}

.rightItem.on {
    display: block;
}

.developmentItemTitle {
    padding-top: 71px;
    margin-left: 78px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    margin-right: 65px;
}

.developmentItemDetail {
    margin-right: 65px;
    margin-left: 78px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-top: 18px;
    color: #555555;
    line-height: 32px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemRight .more {
    margin-left: 78px;
    margin-top: 101px;
    border: none;
    height: unset;
    justify-content: flex-start;
    width: unset;
}


.section.active .i-product .box {
    opacity: 1;
    transform: translateY(0);
}

.section {
    opacity: 0;
}

.i-product .bgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.i-product .box {
    height: 100%;
    position: relative;
}

.i-product .bgbox ul li {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.i-product ul li {
    position: relative;
    float: left;
    width: 16.6666%;
    max-height: 600px;
    height: 70vh;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.i-product .content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, center top, center bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
}

.i-product .content ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.i-product .serial {
    position: relative;
    z-index: 10;
    padding-top: 30%;
    padding-left: 18%;
    font-size: 24px;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.i-product .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.m-content {
    display: none;
}

.promotedBox {
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}

.promotedBox>div {
    position: relative;
    z-index: 2;
}

.fertilizerBox::after {
    content: "";
    position: absolute;
    width: 92px;
    height: 770px;
    right: 0;
    top: 168px;
    background: url(../images/fontImg.png) center center / 100% 100%;
}

.Fertilizer_customizationBox::before {
    content: "";
    position: absolute;
    width: 83px;
    height: 696px;
    z-index: 1;
    left: 0;
    top: 38px;
    background: url(../images/fontImg.png) center center / 100% 100%;
}

.i-product .text .arrowicon {
    width: 23px;
}

.text .ic img {
    width: auto !important;
}

.promotedTop {
    width: 90%;
    opacity: 0;
    max-width: 1440px;
    margin: auto;
    display: flex;
    margin-bottom: 46px;
    justify-content: space-between;
    padding-top: 68px;
}

.fertilizerTop {
    width: 90%;
    max-width: 1440px;
    opacity: 0;
    margin: auto;
    display: flex;
    align-items: center;
    margin-bottom: 46px;
    justify-content: space-between;
    padding-top: 50px;
}

.fertilizerItem {
    opacity: 0;
}

.itemSwiper {
    margin-right: 16.63%;
}

.fertilizerBox {
    height: 1067px;
    position: relative;
    background: url(../images/fertilizerBj.png) center center / 100% 100%;
}

.sppg div {
    display: flex;
    align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
    width: 75px;
    height: 75px;
}

.swiper-button-next {
    background: url(../images/next3.png) center center / 100% 100%;
}

.swiper-button-prev {
    background: url(../images/prev3.png) center center / 100% 100%;
}

.newList {
    position: relative;
    padding-bottom: 124px;
    background: url(../images/newListBj.png) center center / cover;
    padding-top: 75px;
}

.newList::before {
    content: "";
    position: absolute;
    width: 75px;
    height: 714px;
    left: 0;
    top: 11px;
    background: url(../images/newListImg.png) center center / 100% 100%;
}

.listTop {
    width: 90%;
    max-width: 1440px;
    opacity: 0;
    margin: auto;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.itemLeft1 {
    width: 35.1%;
    margin-right: 108px;
    display: block;
    padding-bottom: 73px;
    padding-top: 53px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
}

.itemImg {
    width: 75.4%;
    height: 166px;
    margin: auto;
}

.itemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newTitle {
    width: 75.4%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: auto;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    margin-top: 39px;
}

.listItem {
    width: 90%;
    max-width: 1440px;
    opacity: 0;
    margin: auto;
}

.newTime {
    width: 75.4%;
    margin: auto;
    position: relative;
}

.newTime:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 66%;
    height: 1px;
    border-top: #F39800 solid 1px;
}

.itemRight1 {
    width: calc(100% - 35.1% - 108px);
}

.itemRight1 li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding-top: 41px;
    padding-bottom: 28px;
}

.itemRight1 li {
    border-bottom: #EDEDED solid 1px;
    position: relative;
}

.listItem {
    display: flex;
    align-items: flex-start;
}

.itemRight1 li .date {
    width: 13.5%;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #DDDDDD;
}

.itemRight1 li .date span {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #F39800;
}

.itemRight1 li .txt {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    width: calc(100% - 13.5% - 24px - 20px);
    margin-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #222222;
}

.itemRight1 li .arrow {
    width: 24px;
    height: 16px;
    display: block;
    background: url(../images/moreIcon.png) left center no-repeat;
    background-size: 19px 12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.itemRight1 li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    border-bottom: #F39800 solid 1px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.itemRight1 li:hover:before {
    width: 100%;
}

.itemRight1 li:hover .arrow {
    opacity: 1;
    background: url(../images/moreIcon.png) center no-repeat;
    background-size: 19px 12px;
}

.indexBanner {
    animation: donghua4 0.8s ease-out forwards;
}

.crop_solutionsItem {
    display: flex;
    opacity: 0;
    height: 491px;
    margin-top: 60px;
}

.crop_solutionsItem>div {
    margin-right: 2px;
}

.crop_solutionsItem>div:last-child {
    margin-right: 0;
}

.cropItem1,
.cropItem2>div {
    transition: .5s;
}

.crop_solutionsItem1 {
    display: none;
}

.cropItem1:hover,
.cropItem2>div:hover {
    transform: translateY(-10px);
}

.cropItem1 a::after,
.cropItem2>div a::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #000000;
    top: 0;
    left: 0;
    opacity: 0.2;
    height: 100%;
}

.cropBjImg {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute
}

.crop_solutionsItem a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.cropItem1 {
    width: 27.6%;
}

.cropItem1 .cropItem {
    padding-top: 27.29%;
}

.cropItem2 .cropItem {
    padding-top: 17.07%;
}

.cropItem2 {
    flex: 1;
}

.cropItem2>div {
    margin-bottom: 1px;
    height: calc(50% - 0.5px);
}

.cropItem2>div:last-child {
    margin-bottom: 0;
}

.cropIcon {
    width: 44px;
    margin: auto;
}

.cropItem {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cropItem p {
    position: relative;
    width: 90%;
    margin: auto;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 14px;
    text-align: center;
}

.cropItem p::after {
    content: "";
    width: 42px;
    height: 4px;
    background: #F39800;
    left: 50%;
    bottom: -47px;
    transform: translateX(-50%);
    position: absolute;
}

.Fertilizer_customizationTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    opacity: 0;
    max-width: 1440px;
    margin: 0 auto 46px;
}

.Fertilizer_customizationBox {
    width: 100%;
    position: relative;
    padding-top: 60px;
    background: #FFFFFF;
    padding-bottom: 59px;
}

.Fertilizer_customizationBox>div {
    position: relative;
    z-index: 2;
}

.Fertilizer_customizationList {
    display: flex;
    margin: auto;
    opacity: 0;
    width: 90%;
    max-width: 1440px;
}

.Fertilizer_customizationLi {
    margin-right: 1.3%;
    transition: width .5s ease;
    height: 439px;
    width: 19.1%;
    overflow: hidden;
}

.Fertilizer_customizationLi.cur {
    width: 38.4%;
}


.Fertilizer_customizationLi:nth-child(4) {
    margin-right: 0;
}

.fertilizerBj {
    position: absolute;
    width: 38vw;
    height: 100%;
}

.Fertilizer_customizationLi a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.customizationItem {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.customizationItem p {
    padding-top: 54px;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    width: 90%;
    margin-left: 23px;
    margin-right: 13px;
    margin-bottom: 27px;
}

.customizationItem span {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    margin-left: 23px;
    margin-right: 19px;
    display: block;
}

.customizationItem div {
    display: flex;
    position: absolute;
    bottom: 35px;
    margin-left: 23px;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.customizationItem div img {
    width: 18px;
    height: 11px;
    margin-right: 10px;
}

.Fertilizer_customizationLi a::after {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}

@media (max-width: 1400px) {
    .content_list_title p {
        font-size: 24px !important;
    }
}

@media (max-width:1000px) {
    .priontBox {
        display: none;
    }

    .crop_solutionsItem {
        display: none;
    }

    .content_list_title p {
        font-size: 16px !important;
    }

    .crop_solutionsItem1 {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }

    .crop_solutionsItem1 a {
        position: relative;
        width: 49.5%;
        margin-bottom: 4px;
        height: 150px;
    }

    .crop_solutionsItem1 a::after {
        content: "";
        position: absolute;
        width: 100%;
        background: #000000;
        top: 0;
        left: 0;
        opacity: 0.2;
        height: 100%;
    }

    .Fertilizer_customizationTop {
        display: block;
    }

    .Fertilizer_customizationList {
        display: block;
    }

    .Fertilizer_customizationLi {
        width: 100% !important;
        height: unset;
        margin-bottom: 20px;
    }

    .Fertilizer_customizationLi:last-child {
        margin-bottom: 0;
    }

    .customizationItem div {
        position: relative;
        bottom: unset;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .customizationItem p {
        font-size: 18px;
        padding-top: 20px;
    }

    .customizationItem span {
        font-size: 16px;
    }

    .fertilizerBj {
        width: 100%;
    }

    .Crop_SolutionsTop {
        display: block;
    }

    .cropItem img {
        width: 30px;
    }

    .cropItem p {
        font-size: 16px;
    }

    .cropItem {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    .cropItem p::after {
        display: none;
    }


    .PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_dd {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .content_list_title .list_title_dt {
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }

    .banner_bn {
        display: none !important;
    }

    .content_list_img img {
        height: 233px !important;
    }

    .developmentTop {
        display: block;
    }

    .more {
        font-size: 14px;
        margin-top: 21px;
    }

    .list_title_btn {
        display: none;
    }

    .indexTitle2 {
        font-size: 20px;
    }

    .developmentItem>div {
        display: block;
        height: unset;
    }

    .itemLeft div.active::after {
        display: none;
    }

    .itemLeft {
        width: 100%;
    }

    .itemLeft p {
        font-size: 16px;
    }

    .developmentItemTitle {
        padding-top: 40px;
        font-size: 24px;
    }

    .developmentItemTitle,
    .developmentItemDetail {
        width: 90%;
        margin: auto;
    }

    .developmentItemDetail {
        margin-top: 20px;
    }

    .itemRight .more {
        margin-left: 20px;
    }

    .itemLeft div {
        padding: 10px 0;
    }

    .i-product .content {
        display: none;
    }

    .i-product .m-content {
        display: block;
        padding-bottom: 0;
    }

    .newList {
        padding-bottom: 40px;
    }

    .i-product {
        padding: 0;
    }

    .promotedTop {
		padding-top:40px;
        display: block;
    }

    .promotedBox {
        padding-bottom: 40px;
    }

    .Fertilizer_customizationBox::before {
        display: none;
    }

    .jhxm>div>div:nth-child(1) {
        width: 100%;
    }

    .jhxm>div {
        margin: auto;
    }
.developmentBox{margin-top:40px;margin-bottom:40px}
    .jhxm>div>div:nth-child(2) {

        position: relative;
		padding:0;
        width: 100%;
        margin-top: -120px;
        padding-bottom: 100px;
        overflow: inherit;
    }

    .home-swipezjr .spnum {
        left: 24px;
        top: -30px;
        width: 66px;
        height: 66px;
        line-height: 66px;
        font-size: 40px;
    }

    .home-swipezjr .sptitle {
        padding: 0;
        margin-bottom: 19px;
        font-size: 25px;
        line-height: 35px;
        margin-top: 30px;
        height: 35px;
        overflow-y: auto;
    }

    .home-swipezjr .spdesc {
        padding: 0;
        margin-bottom: 0;
        font-size: 13px;
        color: #737373;
        line-height: 23px;
        height: 160px;
        overflow-y: auto;
    }

    .jhxm .jhxmdesc {
        width: 90%;
        padding-bottom: 20px;
        margin: auto;
        margin-top: 30px;
    }

    .home-swipezjr .sppg {
        display: none;
    }

    .swiper-button-next {
        bottom: -70px;
        top: auto;
        left: 70px;
        right: auto;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        outline: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: auto;
    }

    .fertilizerTop {
        display: block;
    }

    .itemRight1 {
        width: 100%;
    }

    .newList::before {
        display: none;
    }

    .listTop {
        display: block;
    }

    .listItem {
        display: block;
    }

    .itemLeft1 {
        width: 100%;
    }

    .developmentItem>div {
        width: 100%;
    }

    .swiper-button-prev {
        bottom: -70px;
        top: auto;
        left: 20px;
        right: auto;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        outline: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: auto;
    }

    .itemLeft img {
        width: 50px;
        height: 50px;
    }

    .swiper-pagination {
        display: none;
    }

    .Crop_SolutionsTop {
        animation: donghua1 0.8s ease-out forwards;
    }

    .crop_solutionsItem1 {
        animation: donghua1 0.8s ease-out forwards;
    }

    .developmentItem {
        padding-top: 0;
        padding-bottom: 0;
    }

    .fertilizerBox::after {
        display: none;
    }

    .fertilizerBox {
        height: unset;
    }

    .Fertilizer_customizationBox {
        padding-bottom: 40px;
        padding-top: 40px;
        height: unset;
    }

    .itemRight {
        background: rgba(255, 255, 255, .8);
    }

    .itemRight1 li .date {
        width: 60px;
    }

    .itemRight1 li .txt {
        -webkit-width: calc(100% - 100px);
        width: calc(100% - 100px);
        font-size: 15px;
    }

    .itemRight1 li a {
        padding: 15px 0;
    }

    .itemImg,
    .newTitle,
    .newTime {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .Crop_SolutionsBox {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .itemRight .more {
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .itemRight1 {

        margin-top: 30px;
    }

    .PcBanenr_content_arrow {
        position: absolute !important;
        z-index: 99;
        right: unset !important;
        width: 100%;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .i-product .text {
        position: static;
        padding: 0;
    }

    .PcBanenr {
        position: relative;
    }

    .PcBanenr_next {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .PcBanenr_prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .i-product .text .t1 {
        font-family: "syn";
        color: #ffffff;
        font-size: 20px;
    }

    .i-product .serial {
        position: absolute;
        right: 10%;
        top: 0;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .i-product .arrowicon {
        position: absolute;
        right: 10%;
        bottom: 0;
    }

    .bgbox {
        display: none;
    }

    .PcBanenr_content_arrow img {
        display: none;
    }

    .PcBanenr_prev::after {
        content: "";
        width: 20px;
        height: 30px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        left: 5px;
        background: url(../images/prev4.png) center center / 100% 100%;
    }

    .content_list_title {
        width: 90% !important;
    }
.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title p{margin-bottom:10px}
    .PcBanenr_next::after {
        content: "";
        width: 20px;
        height: 30px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        right: 5px;
        background: url(../images/next4.png) center center / 100% 100%;
    }
}